-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
expression: keep xor result consistent with mysql 8 #15934
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-all-tests |
@sduzh merge failed. |
Seems like the integration-test needs an update. @SunRunAway |
That's right, I'll do it later. |
/run-all-tests |
/run-common-test tidb-test=pr/1049 |
Codecov Report
@@ Coverage Diff @@
## master #15934 +/- ##
===========================================
Coverage 79.9868% 79.9868%
===========================================
Files 509 509
Lines 138679 138679
===========================================
Hits 110925 110925
Misses 18798 18798
Partials 8956 8956 |
This comment has been minimized.
This comment has been minimized.
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
@sduzh merge failed. |
/run-common-test tidb-test=pr/1049 |
cherry pick to release-3.0 in PR #16976 |
cherry pick to release-3.1 in PR #16977 |
cherry pick to release-4.0 in PR #16978 |
What problem does this PR solve?
The 'xor' result is different between tidb and mysql8
Issue Number: close #12867
Problem Summary:
What is changed and how it works?
What's Changed:
Keep xor result consistent with MySQL 8, instead of MySQL 5.7
Related changes
Check List
Tests
Side effects
Release note